gtk4.git
2017-12-15 Matthias ClasenReplace gdk_keymap_get_for_display by gdk_display_get_k...
2017-12-15 Matthias ClasenAdd gdk_display_get_keymap
2017-12-15 Matthias ClasenDrop gdk_keymap_get_default()
2017-12-15 Matthias Clasengdk: Drop GDK_DAMAGE
2017-12-15 Matthias ClasenDrop GDK_CLIENT_EVENT
2017-12-15 Matthias Clasengdk: Remove explicit event type numbering
2017-12-15 Matthias ClasenMove code around
2017-12-15 Matthias Clasengdk: Drop GdkEventWindowState
2017-12-15 Matthias Clasenwidget: Remove the ::window-state-event signal
2017-12-15 Matthias Clasengtk: Stop handling GdkEventWindowState
2017-12-15 Matthias Clasenmenu: Stop using GdkEventWindowState
2017-12-15 Matthias Clasena11y: Stop using GdkEventWindowState
2017-12-15 Matthias Clasenheaderbar: Stop using GdkEventWindowState
2017-12-15 Matthias Clasengtk-demo: Stop using GdkEventWindowState
2017-12-15 Matthias Clasentestgtk: Stop using GdkEventWindowState
2017-12-15 Matthias Clasengtk: Stop using GdkEventWindowState
2017-12-15 Matthias Clasengdk: Add a GdkWindow::state property
2017-12-14 Daniel BolesFileChooser: Update set_local_only() doc’s default
2017-12-14 Benjamin Ottex11: Remove GdkAtom usage from dnd code
2017-12-14 Benjamin Ottedisplay: Remove leftover old clipboard APIs
2017-12-14 Krzesimir Nowakx11: Fix erroneous & to be &&
2017-12-14 Benjamin Ottex11: Get rid of default Atom converters
2017-12-14 Benjamin Ottedevice: Make axis label a regular string
2017-12-14 Stas SoloveyUpdate Russian translation
2017-12-14 Matthias ClasenDrop atom apis from the docs
2017-12-14 Matthias ClasenDrop atom-related cast macros
2017-12-14 Matthias ClasenDrop gdk_atom_intern
2017-12-14 Matthias ClasenDrop gdk_atom_name
2017-12-14 Matthias ClasenRemove no-longer-used signals
2017-12-14 Benjamin Ottednd: Remove gdk_drag_get_selection()
2017-12-14 Benjamin Ottegdk: Remove ability to request selection notifications
2017-12-14 Benjamin Ottegdk: Remove properties
2017-12-14 Benjamin Ottebroadway: Make compile after GdkEvent objectification
2017-12-14 Benjamin Ottegesture: Fix gcc constness warning
2017-12-14 Benjamin Ottex11: Make unsetting transient-for work
2017-12-14 Benjamin Ottegdk: Remove selection defines
2017-12-14 Georges Basile... vulkan: Destroy buffer before releasing associate memory
2017-12-14 Georges Basile... vulkan: Destroy image before releasing associate memory
2017-12-14 Piotr DrągUpdate POTFILES.in
2017-12-14 Carlos Garnachogdk: Make gdk_display_peek_event() Return a reference...
2017-12-14 Carlos Garnachogtk: Make gtk_get_current_event() return a reference
2017-12-14 Carlos Garnachogtk: Avoid some event copies
2017-12-14 Carlos Garnachogtk: s/gdk_event_free/g_object_unref/
2017-12-14 Carlos Garnachogdk/wayland: s/gdk_event_free/g_object_unref/
2017-12-14 Carlos Garnachogdk/x11: s/gdk_event_free/g_object_unref/
2017-12-14 Carlos Garnachogdk: Remove gdk_window_[gs]et_event_compression()
2017-12-14 Carlos Garnachogtk: Remove CONSTRUCT_ONLY flag from GtkEventController...
2017-12-14 Carlos Garnachogdk: Implement motion history as motion event data
2017-12-14 Carlos Garnachogdk: Keep reference on tools from motion/button events.
2017-12-14 Carlos Garnachogdk: Move additional code in gdk_event_new() to GdkEven...
2017-12-14 Carlos Garnachogdk: Make GdkEvent type a construct only property
2017-12-14 Carlos Garnachogdk: Remove gdk_event_is_allocated()
2017-12-14 Carlos Garnachogtk: Adapt marshallers to GdkEvent as GObject
2017-12-14 Carlos Garnachogdk: Turn GdkEvent into a GObject
2017-12-14 Carlos Garnachogdk: Remove GdkDisplay from GdkEventPrivate
2017-12-13 Carlos Garnachogdk: Figure out the GdkSeat of an event from the GdkDevice
2017-12-13 Carlos Garnachogdk: Use allocated events
2017-12-13 Carlos Garnachogtk/a11y: Use allocated events
2017-12-13 Carlos Garnachogdk: Fold GdkEventPrivate fields into event structs
2017-12-13 Carlos Garnachogdk: Remove GdkEventType argument from GdkEvent union
2017-12-13 Carlos Garnachogdk: Refurbish GdkEvent struct hierarchy
2017-12-13 Matthias ClasenRedo drag source event handling
2017-12-13 Benjamin Ottegdk: Remove gdk_selection_convert()
2017-12-13 Benjamin Ottednd: Only send DELETE request on X11
2017-12-13 Benjamin Ottegdk: Remove ability to own a selection
2017-12-13 Benjamin Ottetests: Remove testselection
2017-12-13 Benjamin Ottexxx: don't claim dnd selection
2017-12-13 Benjamin Ottegdk: Remove gdk_selection_add_targets()
2017-12-13 Benjamin Ottex11: Move selection handling to GDK
2017-12-13 Benjamin Ottednd: Pass content to gdk_drag_begin()
2017-12-13 Matthias ClasenA forgotten file
2017-12-13 Matthias ClasenMake sure events have displays
2017-12-13 Matthias Clasentoolbar: Stop using legacy event signals
2017-12-13 Matthias Clasenscalebutton: Add autoscrolling
2017-12-13 Matthias Clasenbutton: Add private api to get at the gesture
2017-12-13 Matthias Clasenrange: Add private api to autoscroll
2017-12-13 Matthias Clasenpath bar: Drop non-functional hold-to-scroll code
2017-12-13 Benjamin Ottex11: Refactor xevent filtering some more
2017-12-13 Matthias Clasenwidget-factory: Avoid a legacy event handler
2017-12-13 Benjamin Ottex11: Use GdkX11Display::translate-event more
2017-12-12 Benjamin Ottex11: Make clipboard use translate-event signal
2017-12-12 Benjamin Ottegdk: Clean up marshalers
2017-12-12 Benjamin Ottex11: Add GdkX11Display:translate-event signal
2017-12-12 Benjamin Ottex11: Constify XEvent usage
2017-12-12 Benjamin Ottegdk: Remove gdk_event_put(), peek() etc
2017-12-12 Benjamin Ottex11: Refactor code
2017-12-12 Benjamin Ottegdk: Remove unused function
2017-12-12 Matthias Clasena11y: drop the focus tracker
2017-12-12 Matthias Clasenplacesview: Make middle click work
2017-12-12 Matthias ClasenDeprecate many legacy event signals
2017-12-12 Matthias ClasenInstall gtkeventcontrollermotion.h
2017-12-12 Piotr DrągUpdate POTFILES.in
2017-12-12 Matthias ClasenAdd GtkEventControllMotion to the docs
2017-12-12 Matthias Clasenpaned: Stop using motion notify
2017-12-12 Matthias Clasenabout dialog: Stop using event-after as well
2017-12-12 Matthias Clasenabout dialog: Stop using motion notify
2017-12-12 Matthias Clasenlabel: Use GtkEventControllerMotion
2017-12-12 Matthias ClasenAdd a simple motion eventcontroller
2017-12-12 Matthias ClasenTry to make a composite entry
2017-12-11 Benjamin Otteplacessidebar: Don't use root coordinates
next